google.golang.org/grpc.refCountedProducer.refs (field)

5 uses

	google.golang.org/grpc (current package)
		balancer_wrapper.go#L385: 	refs     int    // number of current refs to the producer
		balancer_wrapper.go#L402: 	pData.refs++
		balancer_wrapper.go#L412: 		pData.refs--
		balancer_wrapper.go#L413: 		if pData.refs == 0 {
		balancer_wrapper.go#L426: 		pData.refs = 0